fmt.fmtFlags.minus (field)

11 uses

	fmt (current package)
		format.go#L26: 	minus       bool
		format.go#L81: 	if f.zero && !f.minus {
		format.go#L99: 	if !f.minus {
		format.go#L117: 	if !f.minus {
		format.go#L229: 	} else if f.zero && !f.minus && f.widPresent { // Zero padding is allowed only to the left.
		format.go#L400: 	if f.widPresent && f.wid > width && !f.minus {
		format.go#L429: 	if f.widPresent && f.wid > width && f.minus {
		format.go#L584: 		if f.zero && !f.minus && f.widPresent && f.wid > len(num) {
		print.go#L191: 		return p.fmt.minus
		print.go#L1056: 				p.fmt.minus = true
		print.go#L1101: 				p.fmt.minus = true